Feature: Create member

Scenarios

Chart

Status

Progress

1

Passed

100.00%

Failed

0.00%
Total duration:
0m 10.072s

Scenario: E11 - Create member with valid values

Before 0m 0.557s
Given the user navigates to Ghost at "<GHOST>" 0m 0.594s
And the user logs in using the credentials "<USERNAME>" and "<PASSWORD>" 0m 0.161s
And the user navigates to the members page 0m 0.655s
When the user clicks on the 'New member' link 0m 0.156s
And the user fill the name "<NAME>" 0m 0.125s
And the user fill the email "<EMAIL>" 0m 0.128s
And the user fill the note "<NOTE>" 0m 0.184s
And the user clicks on the 'Save' button 0m 0.132s
And I wait for 2 seconds 0m 2.144s
Then the user should see the created member name "<NAME>" 0m 0.100s
And I wait for 5 seconds 0m 5.134s
After 0m 0.002s

Screenshots

Before
NO IMAGE AVAILABLE
Given the user navigates to Ghost at "<GHOST>"
And the user logs in using the credentials "<USERNAME>" and "<PASSWORD>"
And the user navigates to the members page
When the user clicks on the 'New member' link
And the user fill the name "<NAME>"
And the user fill the email "<EMAIL>"
And the user fill the note "<NOTE>"
And the user clicks on the 'Save' button
And I wait for 2 seconds
Then the user should see the created member name "<NAME>"
And I wait for 5 seconds
After
NO IMAGE AVAILABLE